<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_RUSSIAN</nationality>

		<long_name>IS-2 Model 1943</long_name>
		<short_name>IS-2</short_name>
		<comment>A heavy tank designed with thick armor with a massive 122mm A-19 cannon and three light machine guns</comment>

		<uniform>russian_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>2</month><year>1944</year><number>10</number></data>
		<data><month>4</month><year>1944</year><number>400</number></data>
		<data><month>9</month><year>1944</year><number>800</number></data>
		<data><month>12</month><year>1945</year><number>200</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-IS-2.png</image_profile>
			<weight>46000</weight>
		</attributes>

		<drive>
			<engine>
				<name>V 2 34</name>
				<horsepower>520</horsepower>
				<reliability>RELIABILITY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>8</forwards>
				<reverse>2</reverse>
			</gears>

			<steering>STEERING_TWIN_TRANSMISSION</steering>

			<exhaust_pipe><offsetX>90</offsetX><offsetY>200</offsetY><angle>135</angle></exhaust_pipe>
			<exhaust_pipe><offsetX>-90</offsetX><offsetY>200</offsetY><angle>225</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-IS-2 1943.png</image_view>

			<width>300</width>
			<length>640</length>
			<height>158</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>90@60</upper_front>
				<lower_front>110@-30</lower_front>
				<upper_side>90@15</upper_side>
				<lower_side>90</lower_side>
				<upper_rear>60@49</upper_rear>
				<lower_rear>60@-41</lower_rear>
				<top>30</top>
				<bottom>20</bottom>
			</armour>

		</hull>

		<fixed_weapon>
			<offsetX>54</offsetX>
			<offsetY>-240</offsetY>
			<offsetZ>140</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>1</rotate_left>
			<rotate_right>1</rotate_right>

			<weapon><type>WEAPON_LMG_DT</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_LMG_DT</for><rounds>600</rounds></ammo>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<turret>
			<image_view>Image-IS-2 turret.png</image_view>

			<diameter>200</diameter>
			<height>72</height>
			<offsetX>0</offsetX>
			<offsetY>-100</offsetY>

			<rotate_time>26</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>100@10</front>
				<side>90@20</side>
				<rear>90@30</rear>
				<top>30</top>
				<mantlet>100</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_122_A_19</type></weapon>
			<weapon><type>WEAPON_LMG_DT</type><offsetX>23</offsetX><offsetY>-82</offsetY></weapon>
			<weapon><type>WEAPON_LMG_DT</type><mount>ball</mount><offsetX>-38</offsetX><offsetY>29</offsetY><offset_angle>180</offset_angle></weapon>
			<ammo><for>WEAPON_CANNON_122_A_19</for><flavour>FLAVOUR_HE</flavour><rounds>16</rounds></ammo>
			<ammo><for>WEAPON_CANNON_122_A_19</for><flavour>FLAVOUR_APCBC</flavour><rounds>12</rounds></ammo>
			<ammo><for>WEAPON_LMG_DT</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
